翻訳と辞書
Words near each other
・ Mergbach
・ Merge
・ Merge (linguistics)
・ Merge (software)
・ Merge (SQL)
・ Merge (traffic)
・ Merge (version control)
・ Merge algorithm
・ Merge in Takapuna
・ Merge in transit
・ Merge Module
・ Merge Records
・ Merge Records discography
・ Merge sort
・ Merge window
Mergeable heap
・ Mergellandroute
・ Mergellina
・ Mergellina (Naples Metro)
・ Mergellina Funicular
・ Mergelstätten Formation
・ Mergelyan's theorem
・ Mergen
・ Mergen Mamedov
・ Mergent Sulmataj
・ Mergenthaler
・ Mergenthaler Linotype Company
・ Mergenthaler Vocational-Technical High School
・ Merger (horse)
・ Merger (politics)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Mergeable heap : ウィキペディア英語版
Mergeable heap
In computer science, a mergeable heap (also called a meldable heap) is an abstract data type, which is a heap supporting a merge operation.
== Definition ==

A mergeable heap supports the following operations:〔Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein. ''Introduction to Algorithms''. 2009, 3rd ed. The MIT Press. ISBN 978-0-262-53305-8.〕
* Make-Heap(), creating an empty heap.
* Insert(H,x), inserting an element x into the heap H.
* Min(H), returning the minimum element, or Nil if no such element exists.
* Extract-Min(H), extracting and returning the minimum element, or Nil if no such element exists.
* Merge(H1,H2), combining the elements of H1 and H2.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Mergeable heap」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.